PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / addPolyBezierTo Method
An array of points that define the Bezier curves.
In This Topic
    addPolyBezierTo Method
    In This Topic
    Adds a series of connected Bezier curves to current sub-path.
    Syntax
    public void addPolyBezierTo( 
       PDFPoint[] points
    )

    Parameters

    points
    An array of points that define the Bezier curves.
    Exceptions
    ExceptionDescription
    when points parameter is null or its length is les than 3.
    See Also